number:"commandType"		command type
string:"targetEventName"	target  event name
Array:"motions_ms"		move objects



* Move Objects *
move:
	number:"motionType"	motion command type
	number:"direction"	direction
face:
	number:"motionType"	motion command type
	number:"direction"	direction
walk speed:
	number:"motionType"	motion command type
	number:"walkSpeed_vs"	walk speed
position:
	number:"motionType"	motion command type
	string:"xTile_vs"		X value script
	string:"yTile_vs"		Y value script
set pose:
	number:"motionType"	motion command type
	string:"fileName"		filename
	number:"pose"		pose index  (pose selection)
animate:
	number:"motionType"	motion command type
	number:"animOn"		animation behavior
anim speed:
	number:"motionType"	motion command type
	number:"animSpeed"	animation speed
opacity:
	number:"motionType"	motion command type
	number:"opacity"		alpha
	


* dialog *
bool:"active"		whether this dialog is active
				(deactivated while child dialog is active)
object:"clipBoard"	stores a copy of a motion command object
reference:"thisCommand"	Reference to the command object being edited